ApplicationGetProductName

 

Retrieves the name of the currently running program. This function can be used when different programs need to be executed depending on the LocalMain or ViewMain environment.

 

string @ApplicationGetProductName();

 

Parameters

None

 

Return Value

Returns the name of the current application.

 

Example

string s = @ApplicationGetProductName();
@Message(s);

 

Description: Retrieves the application name and displays it as a message.

 

Version Information

Supported Version: 10.3.5 or Higher